home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 11
/
CDACTUAL11.iso
/
islasoft
/
pro000.dxr
/
animacion mundo_22.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-07
|
210 b
|
16 lines
on exitFrame
if rollOver(18) then
go("ani3")
else
go(1)
end if
end
on mouseDown
global camino, quepeli
cursor(-1)
sound playFile 1, camino
set quepeli to "pro0002.dir"
go("cambio")
end